app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(cons, app2(app2(mapt, f), x))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(node, app2(app2(maptlist, f), xs))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(maptlist, f)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(mapt, f)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(leaf, app2(f, x))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(cons, app2(app2(mapt, f), x))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(node, app2(app2(maptlist, f), xs))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(maptlist, f)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(mapt, f)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(leaf, app2(f, x))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
POL( maptlist ) = max{0, -1}
POL( leaf ) = max{0, -1}
POL( mapt ) = 1
POL( app2(x1, x2) ) = x1 + x2 + 1
POL( node ) = 1
POL( APP2(x1, x2) ) = max{0, x1 + x2 - 1}
POL( cons ) = max{0, -1}
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))